github.com/klauspost/compress/huff0.Scratch.buildCTable (method)

4 uses

	github.com/klauspost/compress/huff0 (current package)
		build_table.go#L82: 	if err := s.buildCTable(); err != nil {
		compress.go#L105: 	err = s.buildCTable()
		compress.go#L207: 	err = s.buildCTable()
		compress.go#L457: func (s *Scratch) buildCTable() error {